go/types.environment.hasCallOrRecv (field)

8 uses

	go/types (current package)
		builtins.go#L43: 			check.hasCallOrRecv = b
		builtins.go#L44: 		}(check.hasCallOrRecv)
		builtins.go#L45: 		check.hasCallOrRecv = false
		builtins.go#L169: 			if !check.hasCallOrRecv {
		call.go#L239: 			check.hasCallOrRecv = true
		call.go#L324: 	check.hasCallOrRecv = true
		check.go#L82: 	hasCallOrRecv bool                   // set if an expression contains a function call or channel receive operation
		expr.go#L170: 		check.hasCallOrRecv = true